﻿2026-09-06T13:27:53.7396715Z ##[group]Run $floorBytes = 32GB
2026-09-06T13:27:53.7397050Z [36;1m$floorBytes = 32GB[0m
2026-09-06T13:27:53.7397447Z [36;1m$drive = (Get-Item $env:GITHUB_WORKSPACE).PSDrive[0m
2026-09-06T13:27:53.7397810Z [36;1m$freeBytes = [int64]$drive.Free[0m
2026-09-06T13:27:53.7398194Z [36;1m$verdict = if ($freeBytes -lt $floorBytes) { 'RED' } else { 'PASS' }[0m
2026-09-06T13:27:53.7399118Z [36;1mWrite-Host "FLOOR_END job=unit runner=Windows free_bytes=$freeBytes floor_bytes=$floorBytes verdict=$verdict sample=INSTANT"[0m
2026-09-06T13:27:53.7399725Z [36;1mif ($freeBytes -lt $floorBytes) {[0m
2026-09-06T13:27:53.7400187Z [36;1m  Write-Error "RESOURCE=disk drive=$($drive.Root) free_bytes=$freeBytes floor_bytes=$floorBytes"[0m
2026-09-06T13:27:53.7400656Z [36;1m  exit 1[0m
2026-09-06T13:27:53.7401425Z [36;1m}[0m
2026-09-06T13:27:53.7408171Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-09-06T13:27:53.7408539Z ##[endgroup]
2026-09-06T13:27:54.0306977Z FLOOR_END job=unit runner=Windows free_bytes=140577382400 floor_bytes=34359738368 verdict=PASS sample=INSTANT
